home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / Timing / shelltimer.readme < prev    next >
Text File  |  1996-09-26  |  2KB  |  57 lines

  1. Short: CLI based stopwatch program
  2. Type: os20/cli
  3. Uploader: br103@city.ac.uk (Nick Ridley)
  4. Author: johnl@crash/cts/com (John Lindwall)
  5.  
  6. Quick Description
  7. =================
  8.  
  9. ShellTimer is a multitasking-friendly shell-based stopwatch program.  It is
  10. useful  when  you need to measure the amount of time taken by an operation.
  11. With this simple shell command you can start a timer and later stop it; the
  12. elapsed time will be displayed.
  13.  
  14. ShellTimer  can  be  useful  to  time  compile/link operations, renderings,
  15. program  executions,  script  files,  etc.   Since  it  is shell-based, the
  16. command  can  be  invoked  from  AmigaDOS  scripts, from Arexx macros, from
  17. makefiles, or interactively.
  18.  
  19. ShellTimer does not run from WorkBench.
  20.  
  21. The  ShellTimer  system  (which  includes the programs ShellTimerDaemon and
  22. ShellTimer)  is  released  into  the  Public  Domain  by  the  author, John
  23. Lindwall.   I  ask  that  the  archive be kept intact with the docs and the
  24. source  code.   Bug  reports should be sent to me at johnl@crash.cts.com or
  25. the address above.
  26.  
  27. Source  code is included.  The compiler I use is SAS/C 5.10b.  My editor is
  28. TurboText.  My machine is an A1000 with 2.75MB RAM and an 80 MB hard disk.
  29.  
  30.  
  31. Requirements
  32. ============
  33.  
  34. ShellTimer  and  ShellTimerDaemon require AmigaDOS 2.04.  The programs make
  35. use  of  features  specific  to  this  OS  version,  including  local shell
  36. environment   variables,   ReadArgs(),   AllocVec(),  CreateMsgPort(),  and
  37. System().
  38.  
  39. The  programs  could  be  modified  to  run under 1.3, but I don't have the
  40. inclination.
  41.  
  42.  
  43. ============================= Archive contents =============================
  44.  
  45. Original  Packed Ratio    Date     Time    Name
  46. -------- ------- ----- --------- --------  -------------
  47.     7056    4384 37.8% 03-Feb-92 19:28:48  ShellTimer
  48.    11425    4696 58.8% 03-Feb-92 22:29:48  ShellTimer.doc
  49.      835     404 51.6% 19-Jan-92 03:10:06  ShellTimer.info
  50.     4008    2511 37.3% 03-Feb-92 19:30:32  ShellTimerDaemon
  51.      835     403 51.7% 19-Jan-92 03:11:08  ShellTimerDaemon.info
  52.     8546    3274 61.6% 04-Feb-92 19:50:36  ShellTimer.c
  53.      938     532 43.2% 04-Feb-92 19:49:44  ShellTimer.h
  54.     9408    3118 66.8% 04-Feb-92 19:50:56  ShellTimerDaemon.c
  55. -------- ------- ----- --------- --------
  56.    43051   19322 55.1% 25-Mar-94 18:23:12   8 files
  57.